home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 2 / Atari Mega Archive CD - Volume 2.iso / 8bit / cislib_b / scrtch.doc < prev    next >
Text File  |  1995-04-22  |  2KB  |  43 lines

  1. SCRTCH.ALF contains: SCRTCH.BAS & MAKEFILE.BAS
  2.  
  3.      DOC FOR SCRTCH.BAS
  4. The first action by this program is to record the settings for keyboard auto-
  5. delay (KRPDEL), left margin (LMARGN), and cursor visibility (CRSINH).  These
  6. settings are restored when quitting.
  7.  
  8. The first thing on the screen is the main menu.  There are four choices:
  9.  
  10. 1. A directory of any disk in drives 1-8.  You may also dump the directory to a
  11. printer.  Lines 20185-20200 concern printer left margin and emphasized
  12. printing.  I use emphasized because my SG-10 will not print NLQ without
  13. jamming. There are printer codes for the SG-10 and KX-P1080i (That may sound
  14. like a plug for the Panasonic printer. IT IS!). If you don't want to set the
  15. left margin or use emphasized print, just delete these lines.  The rest of the
  16. directory section is menu driven.
  17.  
  18. 2. This section is the one most used.  It will display each file name from the
  19. designated disk and allow you to mark it for deletion or to skip to the next
  20. file.  If the file is locked, you will be alerted and given a choice of
  21. deleting it or moving to the next file.  You can abort the search by pressing
  22. CONTROL-A.  After you have completed the search, a list of the marked files is
  23. displayed. You can then delete all marked files or abort.  The program will
  24. delete the files automatically with no further prompts.  The screen will blank
  25. out while deleting.
  26.  
  27. 3. This section allows you to enter a series of individual file names for
  28. deletion including wildcard names.  You are warned that any file name entered
  29. from this section will be deleted whether it is locked or not.
  30.  
  31. 4. This is the prompt to quit.  I have disabled the break key to avoid stopping
  32. the program by inadvertently hitting the break key instead of the Delete/Bk Sp
  33. key. The original settings for keyboard auto-delay rate, left margin, and
  34. cursor visibility are restored.
  35.  
  36.  
  37. MAKEFILE.BAS is a very short file that will create 22 short practice files with
  38. every third file locked. 
  39.  
  40. Ken Cox
  41. 71777,430
  42.  
  43. zzzzzz